home *** CD-ROM | disk | FTP | other *** search
/ Aminet 34 / Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso / Aminet / util / pack / xpk_Develop.lha / xpk_Develop / Include / C / proto / xpksub.h < prev   
Encoding:
C/C++ Source or Header  |  1999-08-30  |  354 b   |  22 lines

  1. #ifndef _PROTO_XPKSUB_H
  2. #define _PROTO_XPKSUB_H
  3.  
  4. #ifndef EXEC_TYPES_H
  5. #include <exec/types.h>
  6. #endif
  7. #ifndef CLIB_XPKSUB_PROTOS_H
  8. #include <clib/xpksub_protos.h>
  9. #endif
  10.  
  11. #ifdef __GNUC__
  12. #include <inline/xpksub.h>
  13. #else
  14. #include <pragma/xpksub_lib.h>
  15. #endif
  16.  
  17. #ifndef __NOLIBBASE__
  18. extern struct Library *XpkSubBase;
  19. #endif
  20.  
  21. #endif    /*  _PROTO_XPKSUB_H  */
  22.